home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / BUSINESS / INWSMADA.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-04-20  |  2KB  |  42 lines

  1. echo off
  2. if "%1"=="" goto :error1
  3. if "%2"=="" goto :error1
  4. %2
  5. cd\
  6. md winsmada
  7. cd winsmada
  8. %1inwsmada
  9. copy %1:readme.txt
  10. CLS
  11. echo *
  12. ECHO * The program HYDGEN.EXE has been installed in the WINSMADA Directory.
  13. ECHO * 
  14. ECHO * To run from Windows Either Create a New Group Using Program Manager
  15. ECHO * File, New, Program Group -or- Place the Program Item HYDGEN.EXE
  16. ECHO * in an existing group (i.e. Examples). The Working Directory should
  17. ECHO * WINSMADA. The files GSWDLL.DLL, BWCC.DLL, and GSW.EXE can be placed
  18. ECHO * in the WINDOWS Directory. The files HYDGEN.EXE and SMHELP.HLP should
  19. ECHO * remain in the WINSMADA directory.
  20. ECHO *
  21. ECHO * This is a preliminary release of the HYDGEN program. Other programs
  22. ECHO * will follow allowing for the routing of hydrographs through ponds
  23. ECHO * and more. The help system (SMHELP.HLP) for these programs is included 
  24. ECHO * and the program (PONDER.EXE) will be available soon.
  25. ECHO *
  26. PAUSE
  27. goto :end
  28. :error1
  29. ECHO OFF
  30. CLS
  31. ECHO ************************************************************
  32. ECHO *                                                          *
  33. ECHO *    The correct syntax for installation is                *
  34. ECHO *                                                          *
  35. ECHO *     INSTALL S: D:                                        *
  36. ECHO *                                                          *
  37. ECHO * where S is the source drive                              *
  38. ECHO *       D is the destination drive                         *
  39. ECHO *                                                          *
  40. ECHO ************************************************************
  41. :end
  42.